39. Exercise: Add Delete Functionality
Add Delete Functionality
In this exercise, you'll add the ability to delete all the weather data from the table. This won't be used in the app, but will give you some practice implementing one of the content provider methods.
Exercise Code
Exercise: S09.03-Exercise-ContentProviderDelete
SOLUTION:
- I've added delete functionality.
- I've tested my code.